+ Reply to Thread
Results 1 to 12 of 12

Thread: Adding still images to videos [YouTube thumbnails]

  1. #1
    Member Internet's Avatar
    Join Date
    Sep 2009
    Location
    Egypt
    Posts
    5

    Adding still images to videos [YouTube thumbnails]

    Hello there,

    I came up with a quick tip about how to choose your own video thumbnail on youtube, Without being a youtube partner.

    The easiest is to add a still image in 1 or 2 frames exactly in the middle of the video.

    Example:
    If your video is 5555 frames then you can add a still image to your video in frame #2777 and 2778 (Exactly in the middle of your vid)
    Live example: http://www.youtube.com/watch?v=PqXiKYG3J7M
    Click on "View All 2,911 comment" at the bottom of the page to see all three thumbnails.


    Question is how can I do that?!!

    Things to consider:
    Video quality.
    Video width and height [Which I couldn't adjust in sony vegas pro when i tried to export/render the vid]
    Video size... Which means to be compressed by XviD or so, not a 2 GB uncompressed video file.
    To be sure it is the right frame in the middle.

    Thanks in advance.
    Quote Quote  

  2. #2
    Member zoobie's Avatar
    Join Date
    Feb 2005
    Location
    Florida
    Posts
    3,223

    huh?
    youtoob?
    How would you upload your now ruined video with still images exactly in the middle without being a member?
    hah!
    bah!
    Quote Quote  

  3. #3
    Member
    Join Date
    Aug 2003
    Posts
    18,919

    He said partner, not member. Maybe partners can choose what they want for a thumbnail. Don't know, really.
    Quote Quote  

  4. #4
    Member Internet's Avatar
    Join Date
    Sep 2009
    Location
    Egypt
    Posts
    5

    Yep, YouTube partners can upload huge videos, upload their own jpg thumbnails and a lot of other cool features.
    http://www.youtube.com/partners

    Lets just stick to the thread :*)
    Quote Quote  

  5. #5
    Member
    Join Date
    Jul 2009
    Location
    Spain
    Posts
    1,134

    Yeah, but zoobie's got a point.
    You would end up with a video with one or two out-of-place frames in the middle.
    Or is the idea that they flash by so quickly no one will notice?
    Quote Quote  

  6. #6
    Member Internet's Avatar
    Join Date
    Sep 2009
    Location
    Egypt
    Posts
    5

    Gavino, one frame ... You'll won't even see it!!
    Check out the youtube link I posted above, The dude planted 3 images for all three thumbnails. Play the video and you'll have to reply it like 4 times to notice the thumbnail img.
    Quote Quote  

  7. #7
    Member Internet's Avatar
    Join Date
    Sep 2009
    Location
    Egypt
    Posts
    5

    It is that hard?!
    Quote Quote  

  8. #8
    Member
    Join Date
    Aug 2003
    Posts
    18,919

    Quote Originally Posted by Internet
    The easiest is to add a still image in 1 or 2 frames exactly in the middle of the video.
    You're the one that made the suggestion. You're the one that said it was easy.
    Quote Originally Posted by Internet
    It is that hard?!
    So why do you make a suggestion you have no idea how to accomplish yourself? Personally, I think it's a stupid idea. If I had to do it, though, I'd save the images I wanted and then insert them into the video using an AviSynth script.
    Quote Quote  

  9. #9
    Member Internet's Avatar
    Join Date
    Sep 2009
    Location
    Egypt
    Posts
    5

    manono, I didn't say It was easy, I said it is the easiest way which is not necessarily easy. -compared to other ways-

    If I knew how to accomplish it then I wouldn't have posted this thread!!

    What I meant by "It is that hard?!" is that the thread got many view and no1 made a useful/helpful comment.

    Anyway, Mind to explain more what should I type in the AVS file?

    Thanks.
    Quote Quote  

  10. #10
    Member
    Join Date
    Sep 2007
    Location
    Canada
    Posts
    28,714

    Why don't you just do it in vegas? You can adjust dimensions when you export, and use various options for compression. h.264/aac in mp4 is probably the best for youtube uploads

    If it's just 1 or 2 frames, you won't even notice the audio desync (or you can fill with blank audio, but you will hear a blip)

    It will be much more difficult for you to learn avisynth (steep learning curve), but it might look something like this for the video only section (assume the image is resized to same dimensions). Then you would multiplex the audio either separately after you encode the video or specify it together in the script with audiodub() if you wanted to re-encode the audio. In this example, there were 2001 frames, and I put the picture lasting 2 frames at frames # 1001,1002 and now the entire length is 2003. (the first frame in avisynth is numbered zero). You would still have to adjust this example it to reflect the properties of your specific video.

    a = AVISource("video.avi",audio=false).Trim(0,999)
    b = AVISource("video.avi",audio=false).Trim(1000,2000)
    c = ImageSource("picture.jpg",fps=23.976,end=1).Conver tToYV12()

    a++c++b
    Quote Quote  

  11. #11
    Member zoobie's Avatar
    Join Date
    Feb 2005
    Location
    Florida
    Posts
    3,223

    Howdy Paaadner!

    We've forgotten to consider the audience.
    You'll certainly see one frame but since the amateur video is most likely handheld, of low quality to begin with, then squished to boot, what's one frame among teens?
    I certainly wouldn't advocate actually buying any software to further such silliness...but, in the these days of say anything - do anything marketing, certainly anything goes.
    Only $499...
    Quote Quote  

  12. #12
    Member VideoLeadsOnline's Avatar
    Join Date
    Nov 2009
    Location
    Colorado Springs, CO USA
    Posts
    1

    Hey guys... The YouTube trick to put in still shots to grab the right thumbnail images can work easily using a command called "Cut Away" in iMovie. It inserts an image that you drag onto your timeline but keeps the video the exact same length (it also keeps the audio going uninterrupted).

    HOWEVER, the exact middle spot (50%) no longer works for YouTube. Nor does the 25% or 75% mark either. That all changed on Dec 3, 2008

    You can check out a bunch of videos I have made on the topic at my YouTube Channel named "VideoLeadsOnline" http://www.youtube.com/videoleadsonline

    Videos that were posted to YouTube prior to Dec 3, 2008 could use those insert spots, but not anymore. I'm working on figuring it out though.
    We drive traffic to your site.
    http://www.VideoLeadsOnline.com
    Quote Quote  

+ Reply to Thread

Similar Threads

  1. Convert webcam images to time-lapse vid, thenupload to YouTube...NEED HELP!
    By EricFW in forum Newbie / General discussions
    Replies: 1
    Last Post: 12th Apr 2012, 05:34
  2. Software to list thumbnails of music-videos from many folders in sigle view
    By DaveBG in forum Newbie / General discussions
    Replies: 0
    Last Post: 5th Mar 2012, 13:55
  3. Adding custom Thumbnails to video files?
    By Droolish in forum Newbie / General discussions
    Replies: 5
    Last Post: 19th Feb 2010, 02:24
  4. Too large images in the Menu Thumbnails
    By HMD in forum User guides
    Replies: 0
    Last Post: 30th Jan 2010, 07:40
  5. looking for tutorial on how to make video for youtube using mp3 and images
    By method in forum Newbie / General discussions
    Replies: 3
    Last Post: 24th Jul 2007, 08:15

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts